Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 303 Bytes

6.3.7 - swoole_table->get.md

File metadata and controls

13 lines (9 loc) · 303 Bytes

swoole_table->get

获取一行数据

array swoole_table->get(string $key, string $field = null);
  • 如果$key不存在,将返回false
  • 成功返回结果数组
  • 当指定了$field时仅返回该字段的值,而不是整个记录

$field 参数在1.9.9或更高版本可用